llc
authorPierre Chifflier <pollux@debian.org>
Thu, 6 Nov 2025 16:36:49 +0000 (17:36 +0100)
committerAndreas Dolp <dev@andreas-dolp.de>
Thu, 6 Nov 2025 16:36:49 +0000 (17:36 +0100)
Gbp-Pq: Name llc.patch

configure.ac

index b69ba91b9b23cf9e7c5370f0266a86e2dba7521f..755be655d249c42dca6ca23f18683db16882ca68 100644 (file)
           [
             AS_IF([test "$CLANG" != no],
                   [
-                    llc_candidates=$($CLANG --version | sed -e 's/.*clang version/clang version/' | \
-                      awk '/^clang version/ {
-                             split($3, v, ".");
-                             printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]])
-                           }')
+                    #llc_candidates=$($CLANG --version | sed -e 's/.*clang version/clang version/' | \
+                    #  awk '/^clang version/ {
+                    #         split($3, v, ".");
+                    #         printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]])
+                    #       }')
+                   llc_candidates=llc
                     AC_CHECK_PROGS([LLC], [$llc_candidates], "no")
                     if test "$LLC" = "no"; then
                         AC_MSG_ERROR([unable to find any of $llc_candidates needed to build ebpf files])